home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / ssi / flexibak / install.doc < prev    next >
Text File  |  1993-07-21  |  3KB  |  60 lines

  1. Installation
  2.  
  3. Installation is straightforward. Simply insert the disk containing
  4. FLEXIBAK Plus into a drive, then select the current drive by typing
  5. "A:" or "B:", as appropriate, and press <ENTER>. Now, type "INSTALL",
  6. press <ENTER> and follow the instructions.
  7.  
  8. You are asked to specify a destination drive and directory, which
  9. default to "C" and "FLEXPLUS", respectively. INSTALL will then unpack
  10. the FLEXIBAK Plus files into the directory you specified. To run the
  11. program, change to that directory, and type, "FLEXPLUS".
  12.  
  13.  
  14. Setting The Alarm
  15.  
  16. FLEXIBAK Plus has an alarm feature that warns you if you haven't taken
  17. a backup recently. To enable this, you must place the following lines
  18. in your AUTOEXEC.BAT file (generally found in the Root directory of
  19. your hard disk) in an appropriate place. (If you are unsure about the
  20. function of the AUTOEXEC.BAT file or how to alter it, please consult
  21. your MS-DOS reference manual).
  22.  
  23. x:
  24. CD \FLEXPLUS
  25. FLEXPLUS  name /A=y
  26. C:
  27.  
  28. Where "x" is the hard disk drive where you installed FLEXIBAK Plus,
  29. if other than drive C, "name" is the backup set name if applicable
  30. and "y" is the number of days after which you want the alarm to sound.
  31. Many users set "y" to "7" for a weekly backup; others do it more
  32. frequently -- even once each day. Only you can determine how often to
  33. backup programs and data in your circumstances, based upon how much
  34. work you can afford to lose when the inevitable happens someday and
  35. files become lost or damaged.
  36.  
  37. After you have done this, every time you boot your computer FLEXIBAK
  38. Plus will determine if the time since the last completed backup is
  39. longer ago than the specified threshold - "y" in the above example.
  40. If so, an alarm will sound to remind you to take a backup.
  41.  
  42.  
  43. Command Line Parameters
  44.  
  45. There are three command line parameters that you may wish to use when
  46. first running FLEXIBAK Plus. Two of them are concerned with which hard
  47. drive FLEXIBAK Plus logs. The default is drive C but you can specify an
  48. alternative drive using the parameter "/S=x" where x is the drive to be
  49. logged (A and B will not be accepted). If you have too many files on
  50. your hard drive (unlikely as FLEXIBAK Plus can cope with over 16,000
  51. files) or you only wish to backup selected directories, use the "/N"
  52. parameter and no drives will be logged. Please note that you will see
  53. FLEXIBAK Plus searching through the directories even when using /N as
  54. this is necessary in order to provide a picklist of directories for
  55. local file specs.
  56. FLEXIBAK Plus is well able to cope with any number of directories up
  57. to 1000 but if you have more than this, use the parameter "/D=x" where
  58. x is slightly greater than the number of directories on your drive.
  59. You may use these parameters in any combination or order.
  60.